run_desktop:
	./fmp/fmp/python.exe -m streamlit run Home.py

run_mobile:
	./fmp/fmp/python.exe -m streamlit run mobile_app.py
